Version

ComboEditorBaseProxy<T,TControl> Class

Infragistics Test Automation proxy server for the Record and Replay support of the NetAdvantage ComboEditorBase control in HP's Unified Functional Testing.
Syntax
'Declaration
 
Public Class ComboEditorBaseProxy
    (Of T As Infragistics.Controls.Editors.ComboEditorItemBase(Of TControl),
     TControl As System.Windows.FrameworkElement) 
   Inherits InfragisticsWPF.Test.Shared.RecordReplayProxyBase
   Implements InfragisticsWPF.Test.Shared.IRecordProxyBaseIDProps, Mercury.QTP.WPF.CustomServer.IComponentDetector, Mercury.QTP.WPF.CustomServer.IRecord 
public class ComboEditorBaseProxy<T,TControl> : InfragisticsWPF.Test.Shared.RecordReplayProxyBase, InfragisticsWPF.Test.Shared.IRecordProxyBaseIDProps, Mercury.QTP.WPF.CustomServer.IComponentDetector, Mercury.QTP.WPF.CustomServer.IRecord  
where T: Infragistics.Controls.Editors.ComboEditorItemBase<TControl>
where TControl: System.Windows.FrameworkElement
public __gc class ComboEditorBaseProxy<T,TControl> : public InfragisticsWPF.Test.Shared.RecordReplayProxyBase, InfragisticsWPF.Test.Shared.IRecordProxyBaseIDProps, Mercury.QTP.WPF.CustomServer.IComponentDetector, Mercury.QTP.WPF.CustomServer.IRecord  
where T: Infragistics.Controls.Editors.ComboEditorItemBase<TControl>
where TControl: System.Windows.FrameworkElement
Type Parameters
T
TControl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also